home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / readme.txt < prev    next >
Text File  |  2002-03-25  |  4KB  |  141 lines

  1. ___________________________________________________________________
  2.  
  3.                       Companion CD Readme
  4.                                for
  5.  
  6.             Programming Microsoft Visual Basic .NET
  7.  
  8.  
  9.                       by Francesco Balena
  10.  
  11.       Copyright (c) 1995 - 2002 by Microsoft Corporation
  12.  
  13.     Portions copyright (c) 1999 - 2002 by Francesco Balena
  14.  
  15.                        All Rights Reserved
  16.  
  17. ___________________________________________________________________
  18.  
  19. README CONTENTS
  20.  - WHAT'S ON THIS CD?
  21.  - HOW TO USE THE CD
  22.    - Installing the Files
  23.    - ADO.NET Demos
  24.    - ASP.NET Demos
  25.    - Uninstalling the Files
  26.  - SUPPORT INFORMATION
  27.    - Microsoft Press support information
  28.  
  29.  
  30. WHAT'S ON THIS CD?
  31. ==================
  32.  
  33. This companion disc contains the source code for the demo
  34. programs presented in Programming Microsoft Visual Basic .NET.
  35.  
  36. This CD contains the following items:
  37.  
  38.  - Demo files for the book
  39.  - An electronic version of Programming Microsoft Visual Basic 6.0
  40.  
  41.  
  42. HOW TO USE THE CD
  43. =================
  44.  
  45. Demo files for the book
  46. -------------------------
  47. To run the demo files you will need to install the demo files, open 
  48. the appropriate demo solution and compile it using Visual Studio .NET.
  49.  
  50.  
  51. Installing the Files
  52. --------------------
  53. To copy all of the demo code onto your hard disk, run the SETUP.EXE 
  54. program in the \Setup folder and follow the instructions that 
  55. appear on the screen.  The sample code requires about 6.6 MB of 
  56. hard disk space.
  57.  
  58.  
  59. ADO.NET Demos
  60. -------------
  61. Several of the demo projects use ADO.NET. To operate correctly, it 
  62. might be necessary to configure the demo application to connect to 
  63. your database. Please see the ConnStrings.vb file in the project for 
  64. additional database connection information.
  65.  
  66.  
  67. ASP.NET Demos
  68. -------------
  69. Please follow these steps to run an ASP.NET demo project for Chapters 
  70. 23 through 26:
  71.  
  72. 1. Copy the demo folder to your Web server. For example, copy the
  73.    DataBinding folder to InetPub\wwwroot.
  74.  
  75. 2. Open the Internet Information Services administrative tool.
  76.  
  77. 3. Right-click your new folder, DataBinding in our example, and click
  78.    Properties on the shortcut menu. This opens the Properties dialog
  79.    box.
  80.  
  81. 4. On the Directory tab, click Create and then click OK to close the
  82.    dialog box.
  83.  
  84. 5. Use your Web browser to view the appropriate ASP.NET file or open
  85.    the project file on your Web server with Visual Studio .NET.
  86.  
  87.  
  88. Uninstalling the Files
  89. ----------------------
  90. To uninstall the sample code, make the appropriate selection 
  91. from Add/Remove Programs in the Control Panel.
  92.  
  93.  
  94. An electronic version of Programming Microsoft Visual Basic 6.0
  95. ---------------------------------------------------------------
  96. A fully searchable version of Programming Microsoft Visual Basic 6.0
  97. has been included on this companion CD in the \eBook folder. To install
  98. the eBook, run Autorun.exe in the \eBook folder and follow the instructions
  99. that appear on your screen. You will need Microsoft Internet Explorer 4.01
  100. or later in order to view the eBook. If you do not have Internet Explorer
  101. 4.01 or later on your system, the setup wizard will offer to install it
  102. for you. Note that the installation of the eBook requires about 11 MB of 
  103. hard disk space.
  104.  
  105.  
  106.  
  107. SUPPORT INFORMATION
  108. ===================
  109.  
  110. Microsoft Press support information
  111. -----------------------------------
  112.  
  113. Every effort has been made to ensure the accuracy of the book
  114. and the contents of this companion CD. Microsoft Press
  115. provides corrections for books through the World Wide Web at
  116.  
  117.     http://www.microsoft.com/mspress/support/
  118.  
  119. To connect directly to the Microsoft Press Knowledge Base and
  120. enter a query regarding a question or issue that you might have, 
  121. go to:
  122.  
  123.     http://www.microsoft.com/mspress/support/search.asp
  124.  
  125. If you have comments, questions, or ideas regarding the book or this
  126. CD, or questions that are not answered by querying the Knowledge 
  127. Base, please send them to Microsoft Press via e-mail to:
  128.  
  129.     MSPINPUT@MICROSOFT.COM
  130.     
  131.  
  132. or via postal mail to:
  133.  
  134.     Microsoft Press
  135.     Attn:  Programming Microsoft Visual Basic .NET Editor
  136.     One Microsoft Way
  137.     Redmond, WA  98052-6399
  138.  
  139. Please note that product support is not offered through the
  140. above addresses. 
  141.